DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1CursorDataCollection<T,K> Class / DisconnectAsyncOverride Method
The cancellation token.

In This Topic
    DisconnectAsyncOverride Method (C1CursorDataCollection<T,K>)
    In This Topic
    When overridden, this method is used to finalize the collection.
    Syntax
    'Declaration
     
    Protected Overridable Function DisconnectAsyncOverride( _
       ByVal cancellationToken As CancellationToken _
    ) As Task
    protected virtual Task DisconnectAsyncOverride( 
       CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also